(C) 1996 AROS - The Amiga Replacement OS


NAME
LONG SPSinh()
SYNOPSIS

LONG fnum1

LOCATION
In MathTransBase at offset 10
FUNCTION
Calculate the hyperbolic sine of the ffp number

INPUTS
fnum1 - Motorola fast floating point number
RESULT
Motorola fast floating point number

flags: zero : result is zero negative : result is negative overflow : result is too big for ffp format

NOTES
EXAMPLE
BUGS
SEE ALSO
INTERNALS
sinh(x) = (1/2)*( e^x- e^(-x) )

sinh( |x| >= 44 ) = infinity; sinh( |x| >= 9 ) = (1/2) * (e^x);

HISTORY
21.07.1997 bergers
*** empty log message ***